home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / diffuti2.6 / djgpp.cfg < prev    next >
Encoding:
Text File  |  1994-01-23  |  3.2 KB  |  117 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2. /* DJGPP version from djgpp.cfg */
  3.  
  4. /* It's not, but some files try to redefine lots of stuff otherwise */
  5. #define _GNU_LIBRARY_
  6.  
  7. /* Define if using alloca.c.  */
  8. #undef C_ALLOCA
  9.  
  10. /* Define to empty if the keyword does not work.  */
  11. #undef const
  12.  
  13. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  14.    This function is required for alloca.c support on those systems.  */
  15. #undef CRAY_STACKSEG_END
  16.  
  17. /* Define if you have dirent.h.  */
  18. #define DIRENT 1
  19.  
  20. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  21. #undef HAVE_ALLOCA_H
  22.  
  23. /* Define if you don't have vprintf but do have _doprnt.  */
  24. #define HAVE_DOPRNT 1
  25.  
  26. /* Define if your struct stat has st_blksize.  */
  27. #undef HAVE_ST_BLKSIZE
  28.  
  29. /* Define if you have vfork.h.  */
  30. #undef HAVE_VFORK_H
  31.  
  32. /* Define if you have the vprintf function.  */
  33. /* DJGPP has one, but stdio.h defines this */
  34. #undef HAVE_VPRINTF 1
  35.  
  36. /* Define if on MINIX.  */
  37. #undef _MINIX
  38.  
  39. /* Define if you don't have dirent.h, but have ndir.h.  */
  40. #undef NDIR
  41.  
  42. /* Define to `int' if <sys/types.h> doesn't define.  */
  43. #undef pid_t
  44.  
  45. /* Define if the system does not provide POSIX.1 features except
  46.    with this defined.  */
  47. #undef _POSIX_1_SOURCE
  48.  
  49. /* Define if you need to in order for stat and other things to work.  */
  50. #undef _POSIX_SOURCE
  51.  
  52. /* Define as the return type of signal handlers (int or void).  */
  53. #define RETSIGTYPE SignalHandler
  54.  
  55. /* If using the C implementation of alloca, define if you know the
  56.    direction of stack growth for your system; otherwise it will be
  57.    automatically deduced at run-time.
  58.     STACK_DIRECTION > 0 => grows toward higher addresses
  59.     STACK_DIRECTION < 0 => grows toward lower addresses
  60.     STACK_DIRECTION = 0 => direction of growth unknown
  61.  */
  62. #undef STACK_DIRECTION
  63.  
  64. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  65. #undef STAT_MACROS_BROKEN
  66.  
  67. /* Define if you have the ANSI C header files.  */
  68. #define STDC_HEADERS 1
  69.  
  70. /* Define if you don't have dirent.h, but have sys/dir.h.  */
  71. #undef SYSDIR
  72.  
  73. /* Define if you don't have dirent.h, but have sys/ndir.h.  */
  74. #undef SYSNDIR
  75.  
  76. /* Define vfork as fork if vfork does not work.  */
  77. #undef vfork
  78.  
  79. /* Define if the closedir function returns void instead of int.  */
  80. #undef VOID_CLOSEDIR
  81.  
  82. /* Define if you have dup2.  */
  83. #define HAVE_DUP2 1
  84.  
  85. /* Define if you have memchr.  */
  86. #define HAVE_MEMCHR 1
  87.  
  88. /* Define if you have sigaction.  */
  89. #undef HAVE_SIGACTION
  90.  
  91. /* Define if you have strerror.  */
  92. #define HAVE_STRERROR 1
  93.  
  94. /* Define if you have waitpid.  */
  95. #undef HAVE_WAITPID
  96.  
  97. /* Define if you have the <fcntl.h> header file.  */
  98. #define HAVE_FCNTL_H 1
  99.  
  100. /* Define if you have the <limits.h> header file.  */
  101. #define HAVE_LIMITS_H 1
  102.  
  103. /* Define if you have the <stdlib.h> header file.  */
  104. #define HAVE_STDLIB_H 1
  105.  
  106. /* Define if you have the <string.h> header file.  */
  107. #define HAVE_STRING_H 1
  108.  
  109. /* Define if you have the <sys/wait.h> header file.  */
  110. #undef HAVE_SYS_WAIT_H
  111.  
  112. /* Define if you have the <time.h> header file.  */
  113. #define HAVE_TIME_H 1
  114.  
  115. /* Define if you have the <unistd.h> header file.  */
  116. #define HAVE_UNISTD_H 1
  117.